home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 3 / ACE CD 3.iso / files / utils / cando12.dms / in.adf / HelpFiles / Simple / VAR.DATA < prev    next >
Encoding:
Text File  |  1990-01-29  |  1.5 KB  |  79 lines

  1. |false|  
  2. windowtitle `«logical» = FALSE or NO or OFF`
  3. printlf `The Boolean Value FALSE.`
  4. end
  5.  
  6. |true|
  7. windowtitle `«logical» = TRUE or YES or ON`
  8. printlf `The Boolean Value TRUE` 
  9. end
  10.  
  11. |availchip|
  12. windowtitle `<integer> = AvailableChipMemory
  13. printlf `The available bytes in chip memory`
  14. end
  15.  
  16. |availfast|
  17. windowtitle `<integer> = AvailableFastMemory
  18. printlf `The available bytes in fast memory 
  19. end
  20.  
  21. |avail|
  22. windowtitle `<integer> = AvailableMemory
  23. printlf `The available bytes in any memory
  24. end
  25.  
  26. |largchunk|
  27. windowtitle `<integer> = LargestChunkOfMemory
  28. printlf `The size of the largest chunk of
  29. printlf `available memory.
  30. end
  31.  
  32. |deckname|
  33. windowtitle `"string" = DeckName
  34. printlf `The name of the current application.`
  35. end
  36.  
  37. |cardname|
  38. windowtitle `"string" = CardName
  39. printlf `The name of the current Card.
  40. end
  41.  
  42. |objname|
  43. windowtitle `"string" = ObjectName
  44. printlf `The name of the current running
  45. printlf `object.
  46. end
  47.  
  48. |maxint|
  49. windowtitle `<integer> = MaxInteger
  50. printlf `Currently returns 2,147,483,647 
  51. end
  52.  
  53. |minint|
  54. windowtitle `<integer> = MinInteger
  55. printlf `Currently returns -2,147,483,648
  56. end
  57.  
  58. |super|
  59. windowtitle `«logical» = Supervised
  60. printlf `Returns TRUE when running from CanDo. 
  61. end
  62.  
  63. |time|
  64. windowtitle `"string" = TheTime
  65. printlf `Returns the current time in HH:MM:SS format. 
  66. end
  67.  
  68. |date|
  69. windowtitle `"string" = TheDate
  70. printlf `Returns the current date in MM/DD/YY format.
  71. end
  72.  
  73. |nothing|
  74. windowtitle `  = Nothing`
  75. printlf `This variable is used to determine if
  76. printlf `a variable has a value.
  77. end
  78.  
  79.